home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / prolog / brklyprl.lha / Emulator / Tests / Passed / test42.pl < prev    next >
Encoding:
Text File  |  1989-04-14  |  118 b   |  7 lines

  1.  
  2. /* Copyright (C) 1988, 1989 Herve' Touati, Aquarius Project, UC Berkeley */
  3.  
  4. main :- a(Y), b([Y],Y).
  5. a(_).
  6. b([1],2).
  7.